range: Properly indent closing brace
authorTimm Bäder <mail@baedert.org>
Sun, 22 May 2016 06:24:46 +0000 (08:24 +0200)
committerTimm Bäder <mail@baedert.org>
Mon, 30 May 2016 17:15:49 +0000 (19:15 +0200)
Make sure it's obvious what if block it belongs to.

gtk/gtkrange.c

index 3b9efce433748b8a21fa9c5f96b44c6751d78e5f..2ded1b802cfbfbed423cc3488fe2fcdf68ba72cd 100644 (file)
@@ -1990,7 +1990,7 @@ gtk_range_allocate_trough (GtkCssGadget        *gadget,
               highlight_alloc.x = slider_alloc.x + slider_alloc.width / 2;
               highlight_alloc.width = allocation->x + allocation->width - highlight_alloc.x;
             }
-    }
+        }
       else
         {
           if (!should_invert (range))